Native PCI Device Drivers for PCI Power Management DDK v1.0 ReadMe
Introduction
The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
Contents
The Native PCI Device Drivers for PCI Power Management DDK contain the following items:
• PCI Power ReadMe DDK overview document
• Updating Drivers for PM v1.0 Technical document on PCI power management and driver
implications
• Interfaces&Libraries Folder Header files and new stub DriverServicesLib
• SampleDriver Folder Sample PCI power management compliant driver
Special Instructions
The sample code project was created using Metrowerks Codewarrior Pro 4. The MakeFile will also work with MPW ETO #23 or greater.
Take special note of the changes to the Power Manager interfaces in the file Power.h, within the Interfaces Folder. The important changes are in the section commented as “PCI power management support” (lines 316 to 364). Other definitions in the file related to PCI power management are obsolete and will be removed in a future release.